Event Object Overview

An event object is a synchronization object whose state can be explicitly set to signaled by using RtSetEvent or RtPulseEvent. The two types of event objects are:

An event object is useful in sending a signal to a thread, indicating that a particular action has occurred.